reftests: Add a way to compare different runs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Mar 2015 20:39:36 +0000 (16:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Mar 2015 20:42:04 +0000 (16:42 -0400)
commit40bb2a1616f81262b893b543a8b0bd1bd48532c8
tree08a4d0cfe700d9d569975dd5266b690515112511
parentdb8e6aa497c4e2c2fd4a235095f966f71be048df
reftests: Add a way to compare different runs

gtk-reftest already had an --output=DIR option to tell it where
to save all the resulting images. Now you can combine this with
the --compare-with=DIR option in a second run to make gtk-reftest
compare the .out.png files from the first run with the .out.png
files of the current run, instead of producing .ref.png files.

The intended use for this is to verify that changes do not affect
the generated output.
testsuite/reftests/gtk-reftest.c